home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be004.dxr / 00016.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  407 b   |  18 lines

  1. on exitFrame
  2.   set the locV of sprite 4 to the locV of sprite 4 + random(2)
  3.   set the locV of sprite 5 to the locV of sprite 5 + random(4)
  4.   set the locV of sprite 6 to the locV of sprite 6 + random(3)
  5.   if the timer < 3030 then
  6.     if the loaded of member "redbacker" = 0 then
  7.       preloadMember("redbacker")
  8.     end if
  9.     go(the frame)
  10.   else
  11.     go(the frame + 1)
  12.   end if
  13. end
  14.  
  15. on mouseUp
  16.   go(80)
  17. end
  18.